home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / prog / ipro302.zip / SPLIT.ZIP / SPLIT.DOC next >
Text File  |  1993-05-03  |  1KB  |  40 lines

  1.  
  2.  
  3.                The Install-Pro Automated Installation System
  4.  
  5.  
  6.                 Copyright 1991, 1992 DB/Soft Publishing Co.
  7.  
  8.                             All Rights Reserved
  9.  
  10.  
  11.  
  12.  
  13.                            DB/Soft Publishing Co.
  14.                            3200 Truxel Rd. #199
  15.                            Sacramento, CA 95833
  16.                            Voice:  1-916-927-6951
  17.                            BBS:    1-916-927-2349
  18.                            Netmail: 1:203/16
  19.  
  20.  
  21. Split is a small program designed to create sections of a files
  22. smaller or equal to a specified size.  The actual size created is
  23. rounded UP to the nearest 16k for simplicity.
  24.  
  25. The syntax is:  SPLIT <filename> <filesize>
  26.  
  27. No slashes or dashes are needed.
  28.  
  29. DON'T feed split.exe a file that ends with a numeric character,
  30. such as datafile.001.  If datafile.001 needs to be split, rename
  31. it datafile.xxx or something, as datafile.001 through
  32. datafile.009 are subject to overwrite.
  33.  
  34. Make sure that the split filesize is at least 1/9 of the total
  35. filesize, or portions won't be created.
  36.  
  37. The file that gets split MUST have a three character extension.
  38.  
  39.  
  40.